html.layout-public {
  height: 100%;
  font-size: 16px;
}
html.layout-public body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #fcfcfc;
  font-family: "Open Sans";
}
html.layout-public body.embedded {
  background-color: #fff;
}
html.layout-public body.embedded .main {
  background-color: #fff;
}
html.layout-public body .wrapper {
  position: relative;
  min-height: 100%;
}
html.layout-public body .wrapper footer {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  padding: 50px 40px;
  background-color: #fff;
}
html.layout-public body .wrapper footer a {
  color: #333;
}
html.layout-public h1 {
  margin: 50px 0 40px 0;
  font-weight: 500;
}
.top {
  position: relative;
  background-color: white;
  border-bottom: 2px solid #eee;
  min-height: 100px;
}
.top__logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.top__logo a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  width: 340px;
  margin: 0 0 0 40px;
  padding: 20px 0 0 55px;
  font-size: 20px;
  line-height: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  color: black;
}
.top__logo a span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
}
.top__logo a.std {
  background-image: url(/images/dna-logo.svg);
  background-size: 40px;
  background-position: 3px center;
}
.top__auth {
  position: absolute;
  right: 40px;
  top: 35px;
}
.top__auth.invisible {
  display: none;
}
.top__auth.visible {
  display: block;
}
.top__auth .letter {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 2px 0 0 0;
  margin: 0 4px 0 0;
  background-color: #9d3e82;
  border-radius: 12px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.top__auth .name {
  display: inline-block;
  margin: 0 10px 0 0;
}
.top__auth a {
  color: #000;
  text-decoration: underline;
}
.top__navigation {
  margin: 0 0 0 380px;
  padding: 35px 300px 35px 0;
}
.top__navigation > li {
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.top__navigation > li > a {
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0 0 2px 0;
  color: #33374c;
}
.top__navigation > li > a.selected {
  border-bottom: 3px solid #9d3e82;
}
.top__navigation > li > a.selected:hover {
  text-decoration: none;
}
.top__navigation > li.variative-admin {
  display: none;
}
.top__dropdown {
  display: none;
  position: absolute;
  z-index: 500;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px 0;
  margin: 5px 0 0 0;
}
.top__dropdown li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.top__dropdown li a {
  display: block;
  margin: 0;
  padding: 7px 50px;
  white-space: nowrap;
  color: #7d7d7d;
  text-decoration: none;
  font-weight: 400;
}
.top__dropdown li a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.top__dropdown li.divider {
  border-top: 1px solid #e5e5e5;
  margin: 8px 0;
}
.top__menu-toggle {
  display: none;
  position: absolute;
  top: 20px;
  right: 55px;
  width: 30px;
  height: 30px;
  padding: 15px;
  cursor: pointer;
}
.top .hideable {
  display: block;
}
@media (max-width: 1000px) {
  .top .hideable {
    display: none;
  }
}
@media (max-width: 1000px) {
  .top__navigation {
    margin: 0;
    padding: 90px 0 0 0;
  }
  .top__navigation > li {
    display: block;
    margin: 10px 0;
  }
  .top__navigation > li:first-child {
    padding-top: 20px;
    border-top: 2px solid #eee;
  }
  .top__navigation > li > a {
    padding: 0 0 0 40px;
  }
  .top__navigation > li.variative-admin {
    display: block;
  }
  .top__logo {
    width: 100%;
  }
  .top__auth {
    position: relative;
    top: 0;
    right: 0;
    margin: 20px 40px;
  }
  .top__dropdown {
    position: relative;
    border: none;
  }
  .top__menu-toggle {
    display: block;
  }
  .top .extra-admin-menu {
    display: none;
  }
}
.page-navigator {
  padding: 0 15px 0 0;
}
.page-navigator .btn {
  padding: 3px 7px;
  margin: 0 0 0 7px;
  border: 1px solid #eee;
  border-radius: 0;
  background-color: #fcfcfc;
  background-image: none;
}
.page-navigator .btn.current {
  background-color: #A0A4A8;
}
.pagetitle {
  display: flex;
  margin: 0;
}
.pagetitle__header {
  margin: 0;
}
.pagetitle__buttons {
  flex-grow: 1;
  text-align: right;
  margin: 65px 0 0 0;
}
.pagetitle__buttons .tao-filter-button {
  display: none;
}
.pagetitle__buttons .add-button {
  border: 1px solid #33374c;
  border-radius: 10px;
  padding: 10px 30px 10px 45px;
  color: #33374c;
  background-image: url(/images/icons/plus.png);
  background-repeat: no-repeat;
  background-position: 20px 12px;
}
.pagetitle__buttons .button {
  border: 1px solid #33374c;
  border-radius: 10px;
  padding: 10px 30px;
  color: #33374c;
}
.main {
  float: none;
  clear: both;
  margin: 0;
  padding: 0 0 150px 0;
  display: flex;
  background-color: #fcfcfc;
}
.main.main--without-footer {
  padding: 0;
}
.main .sidebar {
  width: 380px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}
.main .sidebar .inner {
  padding: 0 50px 0 40px;
}
.main .sidebar h2 {
  display: none;
}
.main .sidebar .input-container {
  margin: 15px 0;
}
.main .sidebar input.input.string {
  border-radius: 0;
  border-color: #ddd;
}
.main .sidebar .multilink-items {
  border-radius: 0;
  border-color: #ddd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.main .sidebar input.input.string {
  width: 100%;
}
.main .sidebar .multilink-item input {
  vertical-align: top;
  height: 20px;
}
.main .sidebar .multilink-item span {
  line-height: 16px;
  padding: 2px 0 7px 0;
}
.main .tao-filter {
  padding: 40px 0 0 0;
}
.main .tao-filter .filter-string {
  width: 100%;
  border: none;
  background-color: #efefef;
  padding: 10px 15px;
  border-radius: 10px;
}
.main .tao-filter .filter-checkbox {
  position: relative;
  background-color: #efefef;
  padding: 10px 15px 5px 15px;
}
.main .tao-filter .filter-checkbox label {
  color: #888;
  font-weight: normal;
}
.main .tao-filter .filter-checkbox input {
  position: absolute;
  right: 10px;
  top: 7px;
  border: 1px solid #ccc;
  height: 17px;
  width: 17px;
}
.main .tao-filter .filter-date {
  position: relative;
  background-color: #efefef;
  padding: 10px 15px 5px 15px;
}
.main .tao-filter .filter-date label {
  color: #888;
  font-weight: normal;
}
.main .tao-filter .filter-date input {
  position: absolute;
  right: 10px;
  top: 8px;
  padding: 7px 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  height: 24px;
  width: 90px;
}
.main .tao-filter .filter-select .header {
  position: relative;
  width: 100%;
  border: none;
  background-color: #efefef;
  padding: 10px 15px;
  cursor: pointer;
}
.main .tao-filter .filter-select .header p {
  margin: 0;
  color: #888;
}
.main .tao-filter .filter-select .header span {
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.main .tao-filter .filter-select .items {
  position: relative;
  padding: 0 0 5px 20px;
  margin: 20px 0 10px 0;
  max-height: 200px;
}
.main .tao-filter .filter-select .items .item {
  margin: 0 15px 0 0;
  padding: 3px;
  cursor: pointer;
}
.main .tao-filter .filter-select .items .item:hover {
  text-decoration: underline;
}
.main .tao-filter .filter-select .items .item.selected {
  background-color: #eee;
  font-weight: bold;
}
.main .tao-filter .filter-select.closed .header span {
  background-image: url(/images/icons/plus-gray.png);
}
.main .tao-filter .filter-select.closed .items {
  display: none;
}
.main .tao-filter .filter-select.opened .header span {
  background-image: url(/images/icons/minus-gray.png);
}
.main .tao-filter .filter-select.opened .items {
  display: block;
}
.main .tao-filter .filter-select.opened .input {
  display: none;
}
.main .tao-filter .filter-select .input span {
  display: block;
  padding: 10px 20px;
  cursor: pointer;
}
.main .tao-filter .filter-multilink .header {
  position: relative;
  width: 100%;
  border: none;
  background-color: #efefef;
  padding: 10px 15px;
  cursor: pointer;
}
.main .tao-filter .filter-multilink .header p {
  margin: 0;
  color: #888;
}
.main .tao-filter .filter-multilink .header span {
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.main .tao-filter .filter-multilink .items {
  padding: 0 0 5px 20px;
  margin: 20px 0 10px 0;
  max-height: 200px;
}
.main .tao-filter .filter-multilink .items .item {
  margin: 0 0 10px 0;
}
.main .tao-filter .filter-multilink .items .item input {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccc;
  margin: 5px 0 0 0;
  height: 17px;
  width: 17px;
}
.main .tao-filter .filter-multilink .items .item span {
  display: inline-block;
  width: 220px;
  vertical-align: top;
  padding: 5px 0 0 0;
  font-size: 13px;
}
.main .tao-filter .filter-multilink.closed .header span {
  background-image: url(/images/icons/plus-gray.png);
}
.main .tao-filter .filter-multilink.closed .items {
  display: none;
}
.main .tao-filter .filter-multilink.opened .header span {
  background-image: url(/images/icons/minus-gray.png);
}
.main .tao-filter .filter-multilink.opened .items {
  display: block;
}
.main .tao-filter .tao-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .tao-filter .tao-filter-buttons .button-filter-search {
  flex-basis: 45%;
  max-width: 130px;
  min-width: 100px;
  margin: 0 0 10px 0;
  height: 40px;
  border: none;
  background-color: #9d3e82;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  vertical-align: top;
}
.main .tao-filter .tao-filter-buttons .tao-reset-filter-button {
  flex-basis: 45%;
  max-width: 130px;
  min-width: 100px;
  margin: 0;
  height: 40px;
  display: block;
  padding: 10px;
  border: 1px solid #33374c;
  border-radius: 10px;
  vertical-align: top;
  color: #33374c;
  text-align: center;
}
.main .content-with-sidebar .content, .main .content-with-sidebar .pagetitle {
  padding: 0 40px 0 0;
}
.main .content-embedded {
  min-height: 600px;
}
.main .content-embedded .content, .main .content-embedded .pagetitle {
  padding: 0 20px 0 0;
}
.main .content-without-sidebar .content, .main .content-without-sidebar .pagetitle {
  padding: 0 40px;
}
.main .content-without-sidebar .content900 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.main .content-without-sidebar .content-main p {
  margin: 20px 0;
  font-size: 16px;
}
.main .main-content {
  flex-grow: 1;
  margin: 0;
  padding: 0;
}
.main .main-content .widgets {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
}
.main .main-content .widgets .widget {
  padding: 20px;
  box-sizing: border-box;
}
.main .main-content .widgets .widget-list h2 {
  margin: 20px 0 40px 0;
}
.main .main-content .widgets .widget-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main .main-content .widgets .widget-list ul li {
  margin: 10px 0;
}
.main .main-content h1 {
  font-size: 38px;
}
.main .main-content .rows-count {
  padding: 7px 15px;
}
.main .main-content .view-content-block, .main .main-content .view-field-block {
  color: #333;
}
.main .main-content .view-content-block {
  margin: 30px 0;
}
.main .main-content .view-content-block .view-field {
  margin: 10px 0;
  font-style: italic;
  font-size: 16px;
}
.main .main-content .view-field-block__label {
  margin: 30px 0 20px 0;
  font-size: 20px;
  font-weight: 600;
}
.main .main-content .block-simple {
  margin: 0;
  border: none;
}
.main .main-content .block-simple .block-content {
  margin: 0;
}
.main .main-content .block-simple .block-content .no-rows-message {
  padding: 40px;
}
.main .main-content .block-simple .block-content .dataTable {
  border: none;
}
.main .main-content .block-simple .block-content .dataTable th {
  padding: 20px 10px;
  background-color: #f8f8f8;
  color: #787878;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.main .main-content .block-simple .block-content .dataTable td {
  padding: 20px 10px 18px 10px;
  background-color: #fcfcfc;
  border: none;
  border-bottom: 1px solid #ddd;
}
.main .main-content .block-simple .block-content .dataTable .action-button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
}
.main .main-content .block-simple .block-content .dataTable .action-button:hover {
  text-decoration: none;
}
.main .main-content .block-simple .block-content .dataTable tr .action-button svg path, .main .main-content .block-simple .block-content .dataTable tr .action-button svg polygon {
  fill: #898c90;
}
.main .main-content .block-simple .block-content .dataTable tr:hover td {
  background-color: #efefef;
}
.main .main-content .block-simple .block-content .dataTable tr:hover .action-button svg path, .main .main-content .block-simple .block-content .dataTable tr:hover .action-button svg polygon {
  fill: #63676d;
}
.list-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}
.list-gallery__item {
  width: 250px;
  margin: 0 30px 30px 0;
}
.list-gallery__item .image {
  display: block;
  text-decoration: none;
  width: 250px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 20px;
}
.list-gallery__item .description {
  display: block;
  color: #000;
}
.list-gallery__item .note {
  font-size: 12px;
  font-style: italic;
  color: #888;
}
.view-right-column {
  float: right;
  margin: 30px 0 20px 20px;
}
.view-field {
  margin: 20px 0;
}
.view-field__label {
  display: inline;
  font-weight: bold;
}
.view-field__value {
  display: inline;
}
.view-field-block {
  margin: 20px 0;
}
.view-field-block__label {
  font-weight: bold;
}
.view-field-block__value {
  display: inline;
}
.b-accessform__field textarea {
  border: 1px solid #ccc;
  background-color: #fff;
}
.b-accessform__submit {
  margin: 20px 0;
}
.widget-table h2 {
  margin: 20px 0 40px 0;
}
.widget-table__header th {
  padding: 10px 10px;
  background-color: #f8f8f8;
  color: #787878;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  border-left: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #eee;
}
.widget-table__header th.right {
  text-align: right;
}
.widget-table__header th.center {
  text-align: center;
}
.widget-table__header th:last-child {
  border-right: none;
}
.widget-table td {
  padding: 10px 10px;
  background-color: #fcfcfc;
  border: none;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #f5f5f5;
}
.widget-table td.right {
  text-align: right;
}
.widget-table td.center {
  text-align: center;
}
.widget-table td:last-child {
  border-right: none;
}
.widget-table__total td {
  font-weight: 600;
  background-color: #fefefe;
}
h2.for-google-chart, .widget h2 {
  margin: 20px 0 40px 0;
}
.widget-image-header {
  padding: 80px 40px;
}
.widget-image-header h2 {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 50px;
}
.widget-image-header .sub {
  font-size: 18px;
}
@media (max-width: 1000px) {
  .widget-image-header {
    padding: 60px 40px;
  }
}
@media (max-width: 800px) {
  .widget-image-header {
    padding: 40px 40px;
  }
  .widget-image-header h2 {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .widget-image-header {
    padding: 30px 40px 22px 40px;
  }
  .widget-image-header h2 {
    font-size: 30px;
  }
  .widget-image-header .sub {
    display: none;
  }
}
.extra-admin-menu {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 0 0;
  height: 50px;
}
.extra-admin-menu span {
  display: inline-block;
  padding: -1px 15px 0 0;
  cursor: pointer;
}
.extra-admin-menu span svg path {
  fill: #9fa3a7;
}
.extra-admin-menu .menu {
  position: absolute;
  z-index: 500;
  visibility: hidden;
  top: 40px;
  left: -28px;
  width: 250px;
  background-color: #fff;
  border: 1px solid #ccc;
  list-style: none;
  padding: 0;
}
.extra-admin-menu .menu a {
  display: block;
  padding: 7px 30px;
  color: #7d7d7d;
  text-decoration: none;
}
.extra-admin-menu .menu a:hover {
  background-color: #f5f5f5;
}
.extra-admin-menu .menu a.with-divider {
  border-top: 1px solid #ccc;
  padding-top: 8px;
}
.extra-admin-menu:hover span svg path {
  fill: #74797e;
}
.extra-admin-menu:hover .menu {
  visibility: visible;
}
.bottom-right {
  position: absolute;
  top: 25px;
  right: 40px;
  text-align: right;
}
.bottom-right__phone {
  font-size: 21px;
  font-weight: 600;
}
.bottom-right__text {
  font-size: 13px;
  line-height: 17px;
}
.button-in-embedded {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 30px;
  font-size: 16px;
  color: #555;
}
.button-in-embedded:hover {
  color: #555;
  text-decoration: none;
}
.table-navigator-top {
  margin-bottom: 18px;
}
body.embedded .table-navigator-top {
  margin-bottom: 0;
}
.public-form .errors {
  margin: 40px 0;
  padding: 0;
  display: none;
}
.public-form .errors li {
  margin: 0;
  list-style: none;
  color: red;
}
.public-form .result {
  display: none;
  background-color: #fff;
  padding: 50px;
}
.public-form__field {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.public-form__field label {
  flex-basis: 30%;
  min-width: 200px;
}
.public-form__field.error label {
  color: red;
}
.public-form__input {
  flex-basis: 70%;
  min-width: 400px;
}
.public-form__input .public-string-big, .public-form__input .public-string-default, .public-form__input .public-text-default, .public-form__input .public-text-small, .public-form__input .public-text-medium, .public-form__input .public-text-big {
  width: 100%;
}
.public-form__input .public-string-medium {
  width: 70%;
}
.public-form__input .public-string-small {
  width: 40%;
}
.public-form__input .public-text-default, .public-form__input .public-text-medium {
  height: 150px;
  padding: 8px;
}
.public-form__input .public-text-big {
  height: 300px;
  padding: 8px;
}
.public-form__input .public-text-small {
  height: 70px;
  padding: 8px;
}
.public-form__buttons {
  margin: 20px 0;
}
.public-form__buttons button {
  background-color: #9d3e82;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 10px 30px;
}
.public-form__buttons button.disabled {
  background-color: #ccc;
  cursor: wait;
}
.b-login-form__login {
  display: block;
  width: 300px;
  margin: 10px 0;
  padding: 5px;
}
.b-login-form__password {
  display: block;
  width: 300px;
  margin: 10px 0;
  padding: 5px;
}
.b-login-form__submit {
  display: block;
  width: 150px;
  text-align: center;
  background-color: #9d3e82;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  border: none;
}
.chartform__error {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid red;
  color: red;
}
.chartform__field {
  margin: 10px 0;
}
.chartform__field label {
  display: inline-block;
  width: 150px;
}
.chartform__field button {
  margin: 0 0 10px 0;
  height: 40px;
  border: none;
  background-color: #9d3e82;
  padding: 10px 30px;
  border-radius: 10px;
  color: #fff;
}
.ajax-form-loader-body {
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.std-block-categories {
  padding: 50px 0 0 0;
}
.std-block-categories__category {
  margin: 0 0 15px 0;
  background-color: #efefef;
  border-radius: 10px;
}
.std-block-categories__category a {
  padding: 10px 15px;
  display: block;
}
.std-block-categories__category--current {
  background-color: #ccc;
}
.std-block-categories__category--current a {
  font-weight: bold;
}
.std-blocks {
  display: flex;
  flex-wrap: wrap;
}
.std-blocks__item {
  width: 252px;
  margin: 0 50px 50px 0;
}
.std-blocks__image {
  width: 250px;
  height: 250px;
  border: 1px solid #ccc;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.std-blocks__description h2 {
  font-size: 22px;
}
.std-blocks__description p {
  color: #888;
}
table.dataset-view {
  border: 1px solid #000;
}
table.dataset-view th {
  background-color: #888;
  border: 1px solid #eee;
  color: #fff;
  padding: 3px 10px;
  text-align: center;
  cursor: default;
}
table.dataset-view td {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 3px 10px;
  cursor: pointer;
}
table.dataset-view td.right {
  text-align: right;
}
table.dataset-view td.center {
  text-align: center;
}
table.dataset-view td.bold {
  font-weight: bold;
}
table.dataset-view td.red {
  color: #800;
}
table.dataset-view td.green {
  color: #080;
}
table.dataset-view td.blue {
  color: #008;
}
table.dataset-view td.header {
  background-color: #ddd;
  font-weight: bold;
}
table.dataset-view td.ds-hovered {
  background-color: #fafafa;
}
table.dataset-view td.ds-hovered.header {
  background-color: #ddd;
}
table.dataset-view.disabled th {
  background-color: #ddd;
}
table.dataset-view.disabled td {
  color: #ccc;
}
.dataset-edit-comment {
  font-size: 13px;
}
.dataset-edit-comment span {
  cursor: pointer;
}
.dataset-edit-comment span:hover {
  text-decoration: underline;
}
.dataset-context-menu {
  width: 250px;
}
.dataset-context-menu li span {
  font-weight: normal;
}
a.dataset-generate, a.dataset-export {
  display: inline-block;
  margin: 20px 0;
  padding: 8px 20px;
  width: 200px;
  background-color: #eee;
  border: 1px solid #888;
  border-radius: 10px;
  text-align: center;
  color: #000;
}
a.dataset-generate:hover, a.dataset-export:hover {
  text-decoration: none;
}
